-
-
Couldn't load subscription status.
- Fork 1
chore(template): Add Helm helper for telemetry env vars #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Release NoteAll operators now have access to these telemetry related Helm values. These are the defaults: telemetry:
consoleLog:
enabled: true
level: null
format: null
fileLog:
enabled: false
level: null
rotationPeriod: null
maxFiles: null
otelLogExporter:
enabled: false
level: null
endpoint: null
otelTraceExporter:
enabled: false
level: null
endpoint: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Part of stackabletech/issues#639
Depends on
file_log_max_filesoperator-rs#1010This adds the
telemetry.envVarsHelm helper to create a list of environment variables passed on the.telemetryvalues.Example
Given these values form the Helm
values.yamlfilethe rendered env block in the Deployment looks like
Default values will be set according to the design laid out in the tracking issue.